home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Game Levels 2
/
1,000 Game Levels 2.iso
/
DOSRPG
/
APOCCOW.ZIP
/
COW.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-04-17
|
167b
|
10 lines
@echo off
CMEM.EXE
if ERRORLEVEL 2 goto quitbatch
VMEM.EXE
if ERRORLEVEL 2 goto quitbatch
SOUNDCHK.EXE
if ERRORLEVEL 2 goto quitbatch
APOCCOW.EXE
:quitbatch